home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene3_4.dir / 00019_Script_19 < prev    next >
Text File  |  1999-03-01  |  519b  |  29 lines

  1. on mouseDown
  2.   puppetSound 1, "4-kshock"
  3.   
  4.   
  5.   repeat while the stillDown
  6.     set the member of sprite 8 to member "kidShockLOOP"
  7.     set the loc of sprite 8 to point(125, 239)
  8.     set the rect of sprite 8 to rect(125, 239, 433, 480)
  9.     
  10.     updatestage
  11.     
  12.   end repeat
  13.   
  14.   
  15. end
  16.  
  17.  
  18. on mouseUp
  19.   sound stop 1
  20.   set the member of sprite 8 to member "4-end"
  21.   set the loc of sprite 8 to point(125, 239)
  22.   set the rect of sprite 8 to rect(125, 239, 433, 480)
  23.   
  24.   
  25.   
  26.   updatestage
  27.   
  28. end 
  29.